home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000191_jaltman@columbia.edu_Sun Dec 22 11:39:14 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 13976 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: jaltman@columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: kermit and cvs
  6. Date: 22 Dec 2002 11:26:23 -0500
  7. Organization: Columbia University
  8. Lines: 36
  9. Message-ID: <au4p3f$m7m$1@watsol.cc.columbia.edu>
  10. References: <3E031ECB.8C850F4B@sparky2.esd.mun.ca>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1040574386 1374 128.59.39.139 (22 Dec 2002 16:26:26 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Dec 2002 16:26:26 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13976
  16.  
  17. With 100,000 lines of code anything is possible.  :-) CVS is a
  18. bi-directional protocol that in theory can be transmitted across any
  19. error free bi-directional transport.  However, in practice it is only
  20. used across rsh, ssh, etc.
  21.  
  22. Now you could theoretically try to run it across a piped dialup 
  23. connection but C-Kermit really is not meant to be used that way.
  24.  
  25. Another approach would be to execute CVS commands and build the CVS
  26. source tree on the remote system.  The CVS commands could be executed
  27. with REMOTE HOST commands to a Kermit server.  Then you could use
  28. recursive GET and PUT file transfers to migrate the source tree to the
  29. local system.
  30.  
  31. I don't think anyone does this.
  32.  
  33.  
  34. In article <3E031ECB.8C850F4B@sparky2.esd.mun.ca>,
  35. Roger Mason  <rmason@sparky2.esd.mun.ca> wrote:
  36. : Hello,
  37. : I would like to use kermit with cvs to access a remote repository
  38. : (commit, checkout etc) over a modem connection.  Does anyone know if it
  39. : is possile and, if so, how it is done.
  40. : Thanks.
  41. : Roger Mason
  42.  
  43.  
  44. -- 
  45.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  46.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  47.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  48.  kermit-support@columbia.edu               OpenSSL.
  49.